lhvy is an independent open-source developer whose public footprint is currently defined by a single, deliberately “over-engineered” Rust recreation of the classic Unix screensaver pipes.sh. The project, pipes-rs, turns the terminal into a mesmerizing grid of perpetually branching, color-cycling ASCII pipelines that bounce off screen edges and intersect in real time. Written with the language’s trademark performance and safety guarantees, the program runs natively on Windows, macOS, and Linux, requires no external dependencies beyond a standard console, and exposes a TOML configuration file that lets enthusiasts fine-tune glyph sets, palette themes, bend probability, frame rate, and even the algorithm that decides when a line should split. While its primary use case remains the lightweight decoration of idle monitors or live-coding streams, the codebase also serves as an educational reference for intermediate Rust learners who want to study cross-platform CLI rendering, non-blocking I/O, and the structure of a modern Cargo workspace without the noise of a large framework. Because the utility is distributed under a permissive open-source license, derivative forks frequently appear that embed it in status bars, digital art installations, or Twitch overlays. lhvy’s software is available for free on get.nero.com, where downloads are delivered through trusted Windows package channels such as winget, always resolving to the latest upstream release and supporting batch installation alongside other open-source tools.
An over-engineered rewrite of pipes.sh in Rust.
Details